Lecture 24 : Hardness of approximation of MAX - CUT April 10 , 2008
نویسنده
چکیده
• The 1 vs 1 decision problem is easy for MAX-CUTas the problem is equivalent to testing if the graph is bipartite. • Goemans-Williamson's SDP based algorithm for MAX-CUTyields a 1 2 (1−ρ) vs (arccos(ρ))/π approximation for all ρ < −0.69. Replacing ρ with 2δ − 1 shows that the 1 − δ vs 1 − Θ(√ δ) problem is easy. If we think about MAX-CUTas MIN-UNCUT, this would mean that the δ vs Θ(√ δ) problem is easy. From here on, we prefer to view MAX-CUTas MIN-UNCUT. • Garg, Vazirani and Yannakakis[3] give an O(log n) factor approximation for the multi-cut problem which can be used to give and O(log n) factor approximation for the MIN-UNCUTproblem, as any α factor approximation for the multi-cut problem translates in to an α factor approximation for the MIN-UNCUTproblem. • Charikar et. al. [1] give a O(√ log n) factor approximation for MIN-UNCUT. We will now describe a 2-query long code test for testing dictator functions and use it in conjunction with the Unique Games Conjecture and the " Majority is Stablest " theorem to prove 1 2 − 1 2 ρ − η vs arccos(ρ) π + η hardness for the MAX-CUTproblem. 2 2-query long code test and the MIS theorem In order to test if the variables encoding the label for a vertex encode a valid label, we describe a 2-query long-code test for dictator functions. The test is as follows: • pick x ∈ {0, 1} k randomly. • Construct y by copying x in to y and flipping each bit in y independently with probability (1 − ρ)/2 (x and y are ρ-correlated). • Check if f (x)f (y) = −1.
منابع مشابه
Inapproximability of Minimum Vertex Cover
Last time we examined a generic approach for inapproximability results based on the Unique Games Conjecture. Before, we had already shown that approximating MAX-3-LIN to within a constant factor larger than 12 is NP-hard. To do this we used a tweaked version of our dictatorship test that we came up with earlier in the semester. Last time we (re)proved that approximating MAX-3-LIN to within a co...
متن کاملCSE 533 : The PCP Theorem and Hardness of Approximation ( Autumn 2005 ) Lecture 17 : MAX - CUT : Approximation and Hardness Nov
As an example, we note that the bipartite graph has maxcut exactly equal to the sum of the weights of all its edges. A particular case of the MAX-CUT problem occurs when all the edge weights are reduced to unity. In that case it becomes equivalent to the MAX-2COLORING problem. In the MAX-2COLORING problem, we try to find the maximum number of edges in a given graph G which can be colored by usi...
متن کاملLecture 18: Inapproximability of Max-3-sat 1 Basic Setup
In this lecture we prove a tight inapproximability result for MAX-3-SAT. We first prove a tight inapproximability result for MAX-3-LIN and derive the result for MAX-3-SAT with a gap preserving reduction. This is a general approach that can be used to prove inapproximability results for many NP-complete problems. At the end of this lecture we also state inapproximability results for MAX-CUT and ...
متن کاملAdvanced Approximation Algorithms ( CMU 15 - 854 B , Spring 2008 ) Lecture 22 : Hardness of Max - E 3 Lin April 3 , 2008
This lecture is beginning the proof of 1 − ǫ vs. 1/2 + ǫ hardness of Max-E3Lin. The basic idea is similar to previous reductions; reduce from Label-Cover using a gadget that creates 2 variables corresponding to the key vertices and 2 vertices corresponding to the label vertices, where they correspond in the usual way to {0, 1} and {0, 1}. We then want to select some subsets x, y, z of these str...
متن کاملApproximation Algorithms and Hardness of Approximation April 9 , 2013 Lecture 12
1.1 Complementary Slackness: Full and Approximate Recall our canonical linear programs, where x ∈ R, y ∈ R, A ∈ R, b ∈ R, c ∈ R. Primal (P) min cx Ax ≥ b x ≥ 0 Dual (D) max by A y ≤ c y ≥ 0 Also recall that Strong Duality ensures that if both (P) and (D) have finite optima, they are equal. Assume this is the case. Then, for the optima x and y of the primal and dual programs respectively, we hav...
متن کامل